home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / solver / !Solver / !Help < prev    next >
Encoding:
Text File  |  1990-10-24  |  2.2 KB  |  51 lines

  1. !Help file for !Solver v1.00
  2. ----------------------------
  3.  
  4. © David Bradshaw  1993
  5. © Acorn Computing 1993
  6.  
  7. Introduction:
  8.  
  9. !Solver is a small multi tasking application which takes a quadratic
  10. equation, rearranges it, and then finds its solutions.
  11.  
  12. What is a Quadratic?
  13.  
  14. A quadratic is an equation which has a highest power of 2. In other words,
  15. terms can be squared but not cubed etc. An example of a quadratic is :
  16.  
  17.          3x² + 5x - 6 = 0.   
  18.  
  19. This is the standard way of writing quadratics, but they appear in many
  20. shapes and forms. You may enter equations into !Solver in any arrangement -
  21. the program will rearrange into the above form for you before solving the
  22. equation.
  23.  
  24. Due to the nature of quadratics, there are usually two solutions for x or
  25. none at all. i.e. there will most likely be either two numbers, when
  26. substituted for x, make the equation true, or no solutions at all. 
  27.  
  28. How to use !Solver:
  29.  
  30. Double click on the icon from a filer window in the usual way. The icon will
  31. appear on the iconbar, and the main window may be opened by clicking on this
  32. icon with select. A menu may be obtained by cliking with menu.
  33.  
  34. In the main window, the equations are entered into a writable icon near the
  35. top. On pressing return, the equation will appear in the window rearranged,
  36. and the two solutions will be given at the bottom. 
  37.  
  38. To enter the equation, you must use x2 for squared terms, and leave no
  39. spaces in the equation. Two examples of how the above equation may be
  40. entered are 3x2+5x-6=0 and 3x2+5x=-6. They would both be rearranged to give
  41. the same result. Of course, there are an infinite number of ways the one
  42. equation could be entered. The equations may be quite complex - the
  43. following is quite acceptable: 5x2-4x+3x-4=6x2+9x-2x2+4-3.
  44.  
  45. !Solver will display the solutions to the whole number, 2 decimal places, or
  46. 7 decimal places. You may change this option whenever you like, even after
  47. the solutions have been given. Click with menu either over the main window
  48. or over the icon on the iconbar, and go accross to the 'Accuracy' submenu.
  49. You will be presented with the choice, and the tick shows the current
  50. setting. !Solver may be quit in the normal mannor of choosing 'Quit' from
  51. the iconbar menu.